home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / rc.conf < prev    next >
Text File  |  2006-04-25  |  2KB  |  40 lines

  1. # /etc/rc.conf: Global startup script configuration settings
  2.  
  3. # UNICODE specifies whether you want to have UNICODE support in the console.  
  4. # If you set to yes, please make sure to set a UNICODE aware CONSOLEFONT and 
  5. # KEYMAP in the /etc/conf.d/consolefont and /etc/conf.d/keymaps config files.
  6.  
  7. UNICODE="no"
  8.  
  9. # Set EDITOR to your preferred editor.
  10. # You may use something other than what is listed here.
  11.  
  12. EDITOR="/bin/nano"
  13. #EDITOR="/usr/bin/vim"
  14. #EDITOR="/usr/bin/emacs"
  15.  
  16. # What display manager do you use ?  [ xdm | gdm | kdm | entrance ]
  17. #DISPLAYMANAGER="xdm"
  18.  
  19. # XSESSION is a new variable to control what window manager to start
  20. # default with X if run with xdm, startx or xinit.  The default behavior
  21. # is to look in /etc/X11/Sessions/ and run the script in matching the
  22. # value that XSESSION is set to.  The support scripts are smart enough to
  23. # look in all bin directories if it cant find a match in /etc/X11/Sessions/,
  24. # so setting it to "enlightenment" can also work.  This is basically used
  25. # as a way for the system admin to configure a default system wide WM,
  26. # allthough it will work if the user export XSESSION in his .bash_profile, etc.
  27. #
  28. # NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and startx
  29. #           is called.
  30. #        2) even if ~/.xsession exists, if XSESSION can be resolved, it will
  31. #           be executed rather than ~/.xsession, else KDM breaks ...
  32. #
  33. # Defaults depending on what you install currently include:
  34. #
  35. # Gnome - will start gnome-session
  36. # kde-<version> - will start startkde (ex: kde-3.0.2)
  37. # Xsession - will start a terminal and a few other nice apps
  38.  
  39. #XSESSION="Gnome"
  40.